1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCatITEMADD
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCatITEMADD))
26         Me.GroupBox1 = New System.Windows.Forms.GroupBox
27         Me.cmbUnit = New System.Windows.Forms.ComboBox
28         Me.Label9 = New System.Windows.Forms.Label
29         Me.txtprice = New System.Windows.Forms.TextBox
30         Me.Label8 = New System.Windows.Forms.Label
31         Me.txtreorder = New System.Windows.Forms.TextBox
32         Me.Label5 = New System.Windows.Forms.Label
33         Me.txtbarcode = New System.Windows.Forms.TextBox
34         Me.txtdesc = New System.Windows.Forms.TextBox
35         Me.Label4 = New System.Windows.Forms.Label
36         Me.Label3 = New System.Windows.Forms.Label
37         Me.txtname = New System.Windows.Forms.TextBox
38         Me.Label2 = New System.Windows.Forms.Label
39         Me.txtID = New System.Windows.Forms.TextBox
40         Me.Label1 = New System.Windows.Forms.Label
41         Me.cmdSave = New System.Windows.Forms.Button
42         Me.cmdcancel = New System.Windows.Forms.Button
43         Me.Panel1 = New System.Windows.Forms.Panel
44         Me.Label7 = New System.Windows.Forms.Label
45         Me.Label6 = New System.Windows.Forms.Label
46         Me.PictureBox1 = New System.Windows.Forms.PictureBox
47         Me.GroupBox1.SuspendLayout()
48         Me.Panel1.SuspendLayout()
49         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
50         Me.SuspendLayout()
51         
'
52         
'GroupBox1
53         
'
54         Me.GroupBox1.Controls.Add(Me.cmbUnit)
55         Me.GroupBox1.Controls.Add(Me.Label9)
56         Me.GroupBox1.Controls.Add(Me.txtprice)
57         Me.GroupBox1.Controls.Add(Me.Label8)
58         Me.GroupBox1.Controls.Add(Me.txtreorder)
59         Me.GroupBox1.Controls.Add(Me.Label5)
60         Me.GroupBox1.Controls.Add(Me.txtbarcode)
61         Me.GroupBox1.Controls.Add(Me.txtdesc)
62         Me.GroupBox1.Controls.Add(Me.Label4)
63         Me.GroupBox1.Controls.Add(Me.Label3)
64         Me.GroupBox1.Controls.Add(Me.txtname)
65         Me.GroupBox1.Controls.Add(Me.Label2)
66         Me.GroupBox1.Location = New System.Drawing.Point(
3, 36)
67         Me.GroupBox1.Name =
"GroupBox1"
68         Me.GroupBox1.Size = New System.Drawing.Size(
318, 156)
69         Me.GroupBox1.TabIndex =
0
70         Me.GroupBox1.TabStop = False
71         
'
72         
'cmbUnit
73         
'
74         Me.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
75         Me.cmbUnit.FormattingEnabled = True
76         Me.cmbUnit.Location = New System.Drawing.Point(
105, 77)
77         Me.cmbUnit.Name =
"cmbUnit"
78         Me.cmbUnit.Size = New System.Drawing.Size(
113, 21)
79         Me.cmbUnit.TabIndex =
4
80         
'
81         
'Label9
82         
'
83         Me.Label9.AutoSize = True
84         Me.Label9.Location = New System.Drawing.Point(
19, 85)
85         Me.Label9.Name =
"Label9"
86         Me.Label9.Size = New System.Drawing.Size(
80, 13)
87         Me.Label9.TabIndex =
103
88         Me.Label9.Text =
"Item Measure :"
89         
'
90         
'txtprice
91         
'
92         Me.txtprice.Location = New System.Drawing.Point(
105, 99)
93         Me.txtprice.Name =
"txtprice"
94         Me.txtprice.Size = New System.Drawing.Size(
84, 21)
95         Me.txtprice.TabIndex =
5
96         Me.txtprice.Text =
"1"
97         
'
98         
'Label8
99         
'
100         Me.Label8.AutoSize = True
101         Me.Label8.Location = New System.Drawing.Point(
62, 107)
102         Me.Label8.Name =
"Label8"
103         Me.Label8.Size = New System.Drawing.Size(
37, 13)
104         Me.Label8.TabIndex =
102
105         Me.Label8.Text =
"Price :"
106         
'
107         
'txtreorder
108         
'
109         Me.txtreorder.Location = New System.Drawing.Point(
105, 121)
110         Me.txtreorder.Name =
"txtreorder"
111         Me.txtreorder.Size = New System.Drawing.Size(
83, 21)
112         Me.txtreorder.TabIndex =
6
113         
'
114         
'Label5
115         
'
116         Me.Label5.AutoSize = True
117         Me.Label5.Location = New System.Drawing.Point(
19, 124)
118         Me.Label5.Name =
"Label5"
119         Me.Label5.Size = New System.Drawing.Size(
80, 13)
120         Me.Label5.TabIndex =
101
121         Me.Label5.Text =
"Reorder Point :"
122         
'
123         
'txtbarcode
124         
'
125         Me.txtbarcode.Location = New System.Drawing.Point(
105, 55)
126         Me.txtbarcode.MaxLength =
13
127         Me.txtbarcode.Name =
"txtbarcode"
128         Me.txtbarcode.Size = New System.Drawing.Size(
197, 21)
129         Me.txtbarcode.TabIndex =
3
130         
'
131         
'txtdesc
132         
'
133         Me.txtdesc.Location = New System.Drawing.Point(
105, 33)
134         Me.txtdesc.MaxLength =
50
135         Me.txtdesc.Name =
"txtdesc"
136         Me.txtdesc.Size = New System.Drawing.Size(
197, 21)
137         Me.txtdesc.TabIndex =
2
138         
'
139         
'Label4
140         
'
141         Me.Label4.AutoSize = True
142         Me.Label4.Location = New System.Drawing.Point(
21, 63)
143         Me.Label4.Name =
"Label4"
144         Me.Label4.Size = New System.Drawing.Size(
78, 13)
145         Me.Label4.TabIndex =
6
146         Me.Label4.Text =
"Item Barcode :"
147         
'
148         
'Label3
149         
'
150         Me.Label3.AutoSize = True
151         Me.Label3.Location = New System.Drawing.Point(
21, 41)
152         Me.Label3.Name =
"Label3"
153         Me.Label3.Size = New System.Drawing.Size(
76, 13)
154         Me.Label3.TabIndex =
5
155         Me.Label3.Text =
"Item Number :"
156         
'
157         
'txtname
158         
'
159         Me.txtname.Location = New System.Drawing.Point(
105, 11)
160         Me.txtname.MaxLength =
50
161         Me.txtname.Name =
"txtname"
162         Me.txtname.Size = New System.Drawing.Size(
197, 21)
163         Me.txtname.TabIndex =
1
164         
'
165         
'Label2
166         
'
167         Me.Label2.AutoSize = True
168         Me.Label2.Location = New System.Drawing.Point(
33, 19)
169         Me.Label2.Name =
"Label2"
170         Me.Label2.Size = New System.Drawing.Size(
66, 13)
171         Me.Label2.TabIndex =
3
172         Me.Label2.Text =
"Item Name :"
173         
'
174         
'txtID
175         
'
176         Me.txtID.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
177         Me.txtID.Location = New System.Drawing.Point(
224, 198)
178         Me.txtID.Name =
"txtID"
179         Me.txtID.ReadOnly = True
180         Me.txtID.Size = New System.Drawing.Size(
92, 21)
181         Me.txtID.TabIndex =
100
182         Me.txtID.Visible = False
183         
'
184         
'Label1
185         
'
186         Me.Label1.AutoSize = True
187         Me.Label1.Location = New System.Drawing.Point(
168, 206)
188         Me.Label1.Name =
"Label1"
189         Me.Label1.Size = New System.Drawing.Size(
50, 13)
190         Me.Label1.TabIndex =
1
191         Me.Label1.Text =
"Item ID :"
192         Me.Label1.Visible = False
193         
'
194         
'cmdSave
195         
'
196         Me.cmdSave.Location = New System.Drawing.Point(
1, 198)
197         Me.cmdSave.Name =
"cmdSave"
198         Me.cmdSave.Size = New System.Drawing.Size(
59, 25)
199         Me.cmdSave.TabIndex =
7
200         Me.cmdSave.Text =
"&Save"
201         Me.cmdSave.UseVisualStyleBackColor = True
202         
'
203         
'cmdcancel
204         
'
205         Me.cmdcancel.Location = New System.Drawing.Point(
66, 198)
206         Me.cmdcancel.Name =
"cmdcancel"
207         Me.cmdcancel.Size = New System.Drawing.Size(
59, 25)
208         Me.cmdcancel.TabIndex =
8
209         Me.cmdcancel.Text =
"&Cancel"
210         Me.cmdcancel.UseVisualStyleBackColor = True
211         
'
212         
'Panel1
213         
'
214         Me.Panel1.Controls.Add(Me.Label7)
215         Me.Panel1.Controls.Add(Me.Label6)
216         Me.Panel1.Controls.Add(Me.PictureBox1)
217         Me.Panel1.Location = New System.Drawing.Point(
3, 2)
218         Me.Panel1.Name =
"Panel1"
219         Me.Panel1.Size = New System.Drawing.Size(
318, 39)
220         Me.Panel1.TabIndex =
7
221         
'
222         
'Label7
223         
'
224         Me.Label7.AutoSize = True
225         Me.Label7.Location = New System.Drawing.Point(
53, 22)
226         Me.Label7.Name =
"Label7"
227         Me.Label7.Size = New System.Drawing.Size(
180, 13)
228         Me.Label7.TabIndex =
2
229         Me.Label7.Text =
"Add, View Current Stock Description"
230         
'
231         
'Label6
232         
'
233         Me.Label6.AutoSize = True
234         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
235         Me.Label6.ForeColor = System.Drawing.SystemColors.Highlight
236         Me.Label6.Location = New System.Drawing.Point(
51, 3)
237         Me.Label6.Name =
"Label6"
238         Me.Label6.Size = New System.Drawing.Size(
145, 19)
239         Me.Label6.TabIndex =
1
240         Me.Label6.Text =
"Item Description"
241         
'
242         
'PictureBox1
243         
'
244         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
245         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
246         Me.PictureBox1.Name =
"PictureBox1"
247         Me.PictureBox1.Size = New System.Drawing.Size(
44, 36)
248         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
249         Me.PictureBox1.TabIndex =
0
250         Me.PictureBox1.TabStop = False
251         
'
252         
'FrmCatITEMADD
253         
'
254         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
255         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
256         Me.BackColor = System.Drawing.Color.WhiteSmoke
257         Me.ClientSize = New System.Drawing.Size(
328, 232)
258         Me.Controls.Add(Me.Panel1)
259         Me.Controls.Add(Me.cmdcancel)
260         Me.Controls.Add(Me.cmdSave)
261         Me.Controls.Add(Me.GroupBox1)
262         Me.Controls.Add(Me.txtID)
263         Me.Controls.Add(Me.Label1)
264         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
265         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
266         Me.MaximizeBox = False
267         Me.MinimizeBox = False
268         Me.Name =
"FrmCatITEMADD"
269         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
270         Me.Text =
" ITEM"
271         Me.GroupBox1.ResumeLayout(False)
272         Me.GroupBox1.PerformLayout()
273         Me.Panel1.ResumeLayout(False)
274         Me.Panel1.PerformLayout()
275         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
276         Me.ResumeLayout(False)
277         Me.PerformLayout()
278
279     End Sub
280     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
281     Friend WithEvents Label1 As System.Windows.Forms.Label
282     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
283     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
284     Friend WithEvents Label4 As System.Windows.Forms.Label
285     Friend WithEvents Label3 As System.Windows.Forms.Label
286     Friend WithEvents txtname As System.Windows.Forms.TextBox
287     Friend WithEvents Label2 As System.Windows.Forms.Label
288     Friend WithEvents txtID As System.Windows.Forms.TextBox
289     Friend WithEvents cmdSave As System.Windows.Forms.Button
290     Friend WithEvents cmdcancel As System.Windows.Forms.Button
291     Friend WithEvents txtreorder As System.Windows.Forms.TextBox
292     Friend WithEvents Label5 As System.Windows.Forms.Label
293     Friend WithEvents Panel1 As System.Windows.Forms.Panel
294     Friend WithEvents Label7 As System.Windows.Forms.Label
295     Friend WithEvents Label6 As System.Windows.Forms.Label
296     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
297     Friend WithEvents txtprice As System.Windows.Forms.TextBox
298     Friend WithEvents Label8 As System.Windows.Forms.Label
299     Friend WithEvents cmbUnit As System.Windows.Forms.ComboBox
300     Friend WithEvents Label9 As System.Windows.Forms.Label
301 End Class


Gõ tìm kiếm nhanh...